From 381288dfb8c951473532cb39969489cb785dfae1 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 25 Jun 2025 14:14:58 -0400 Subject: [PATCH] admin: Expand column for subcommands Prep for soft reboot. Signed-off-by: Colin Walters --- src/ostree/ot-builtin-admin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ostree/ot-builtin-admin.c b/src/ostree/ot-builtin-admin.c index 53face6a..7488fe07 100644 --- a/src/ostree/ot-builtin-admin.c +++ b/src/ostree/ot-builtin-admin.c @@ -85,7 +85,7 @@ ostree_admin_option_context_new_with_commands (void) { if ((command->flags & OSTREE_BUILTIN_FLAG_HIDDEN) == 0) { - g_string_append_printf (summary, "\n %-19s", command->name); + g_string_append_printf (summary, "\n %-25s", command->name); if (command->description != NULL) g_string_append_printf (summary, "%s", command->description); } -- 2.30.2